home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / misc / unix / I_AmigaFilter.readme < prev    next >
Text File  |  1995-04-19  |  2KB  |  60 lines

  1. Short:    Displays filtered mailbox index
  2. Author:   Pawel Hernik
  3. Uploader: spi-ph@srv1.tu.kielce.pl <Pawel Hernik>
  4. Type:     misc/unix
  5.  
  6. DESCRIPTION:
  7.  
  8. This program is for all peoples subscribed to I-Amiga mailing list.
  9. When you receive many letters from I-Amiga you can't find private
  10. messages to you. From2 filters mailbox and displays index of messages
  11. but without I-Amiga. It displays additionally numbers of messages
  12. in mailbox and as option subjects, real names and lengths of letters.
  13.  
  14. INSTALLATION:
  15.  
  16. Program is written in ansi C under Unix (SunOS) but should work on all
  17. systems (even on Amiga). To install type "gzip -d I-AmigaFilter" and then
  18. "sh I-AmigaFilter" (or "chmod 700 I-AmigaFilter" and "I-AmigaFilter").
  19. Installer automaticaly writes doc, source in current directory.
  20. Then you have to change in source pattern for recognition of I-Amiga header
  21. and its length.
  22.  
  23. #define IAMIGA "From @plearn.edu.pl:"      /* put here your own */
  24. #define IAMIGAL 20                         /* header and length */
  25.  
  26. For compile under Unix type "cc from2 -o from2".
  27. On Amiga you have to manually cut out source and simply type
  28. "execute from2.c" for compiling with SAS C.
  29.  
  30. Put it in your .login or .profile following line:
  31.  
  32. from2 -l /usr/spool/spi-ph
  33.  
  34. Of course change your mbox path.
  35. I use this program since 2 months and it works well!
  36.  
  37. USAGE:
  38.  
  39.   from2 [-l][-n][-s][-i] mailbox
  40.     -l - display lines/bytes
  41.     -n - display real names
  42.     -s - display subjects
  43.     -i - display letters from I-Amiga
  44.  
  45. Type for example:
  46.   from2 -l -s -i mbox1
  47.  
  48. AUTHOR:
  49.  
  50. If you like and use it send to me a postcard or e-mail.
  51. This program is of course FREEWARE :) but you still CAN send to me
  52. 1GB hard disk, 040 or 060 card for my A4030, digital multisync monitor, etc.
  53.  
  54.         Pawel Hernik
  55.         Nowowiejska 24/3
  56.         25532 Kielce
  57.         POLAND
  58.  
  59. E-mail: spi-ph@srv1.tu.kielce.pl
  60.